home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Programy / ignition.exe / {app} / Ignition.exe / 0 / RCDATA / TLOADPROJECTDLG / TLOADPROJECTDLG.txt
Text File  |  2005-01-07  |  648b  |  37 lines

  1. object LoadProjectDlg: TLoadProjectDlg
  2.   Left = 282
  3.   Top = 322
  4.   Width = 329
  5.   Height = 80
  6.   Caption = 'Load Project'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object prog_lbl: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 3
  20.     Height = 13
  21.   end
  22.   object pb: TProgressBar
  23.     Left = 8
  24.     Top = 32
  25.     Width = 305
  26.     Height = 17
  27.     TabOrder = 0
  28.   end
  29.   object tmr: TTimer
  30.     Enabled = False
  31.     Interval = 100
  32.     OnTimer = tmrTimer
  33.     Left = 264
  34.     Top = 144
  35.   end
  36. end
  37.